home *** CD-ROM | disk | FTP | other *** search
/ Programmer Plus 2007 / Programmer-Plus-2007.iso / Programming / JAVA Utilities / JProxy 1.1.0 / customers / HEADER.JSP < prev    next >
Encoding:
Text File  |  2003-04-29  |  2.5 KB  |  62 lines

  1. <%@ page language="java" import="
  2.     java.util.*,
  3.     com.jproxy.site.*"
  4. %>
  5.  
  6. <jsp:useBean id="ses" scope="session" class="com.jproxy.site.JSPSession"/>
  7. <%
  8. ses.pc = pageContext;
  9.  
  10. String name = "JProxy Tunnel";
  11. if(ses.getLogin()==null)
  12.     name = "Logging into ePortal";
  13. if(ses.getLogin()!=null)
  14. if(ses.getLogin().getHasClients())
  15.     name = "ePortal - OEM Partner Managing Console";
  16. if(ses.getLogin()!=null)
  17. if(!ses.getLogin().getHasClients())
  18.     name = "ePortal - Customer Managing Console";
  19. if(ses.getParameter("name").length()>0)
  20.   name = ses.getParameter("name");
  21. %>
  22.  
  23. <html>
  24. <head>
  25. <title>HTTP Tunnel J2EE / ORB Proxy Solution</title>
  26. <meta name="description" content="Firewall, J2EE, EJB, CORBA, RMI, JMS communication solution, full duplex asynchronous communication over HTTP, HTTP Tunnel, HTTP-Tunnel, HTTP Tunneling, callbacks, notification, Asynchronous Communication through firewall, fail-over, scalability, data-compression, security, Custom Communication Implementation, Application Server provider independence, Access J2EE and CORBA from Applet, small client's footprint">
  27. <meta name="keywords" content="http tunnel, firewall, j2ee, ejb, fail-over, callback, rmi, firewall, jms, full duplex asynchronous communication over HTTP, asynchronous message, object callback, custom protocol, applet communication, servlet, firewall, proxy server, corba,rmi-iiop, http tunneling, ejb server, data-compression, scalability, dynamic remoting">
  28. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  29. <meta name="expires" content="6 December 2001">
  30. <link rel="stylesheet" href="<%=JSPRes.path%>/main/main.css" type="text/css">
  31. </head>
  32. <body>
  33.  
  34. <table border="0" width="100%" cellspacing="0">
  35.   <tr>
  36.     <td colspan="2">
  37.       <a href="<%=JSPRes.path%>/main/index.jsp">
  38.       <img src="<%=JSPRes.path%>/main/resources/jproxy-logo.gif" align="left" border="0"/>
  39.       <img src="<%=JSPRes.path%>/main/resources/jproxy-logo-statement.gif" align="left" border="0"/>
  40.       </a>
  41.     </td>
  42.   </tr>
  43. </table>
  44.  
  45. <!-- HEADER -->
  46. <table border="0">
  47.   <tr>
  48.     <td width="100" valign="top" align="left">
  49.       <!-- NAVIGATION BAR -->
  50.       <jsp:include page="navigation-bar.jsp" flush="true"/>
  51.     </td>
  52.     <td width="620" align="left" valign="top">
  53.       <table border="0" cellspacing="0" cellpadding="2">
  54.         <tr id=topheader>
  55.           <!-- MAIN PANEL HEADER -->
  56.           <td>
  57.             <a name="WhatJProxy"><%=name%></a>
  58.           </td>
  59.         </tr>
  60.         <tr>
  61.           <td id=textfont class="h8Verdana" valign="top">
  62.